.bloque-redondeado {
  width: 900px;
  height: 80px;
/*  background: linear-gradient(black, dimgray);*/
  background: linear-gradient(#18191D, #282E33);
  color: white;
  align: center;
  vertical-align: center;
  border: 1px solid white;
  border-radius: 10px; /* Define el radio de las esquinas */
  padding: 5px; /* Agrega espacio interno para el texto */
  font-family: "Verdana", "Lucida Console", Monaco;
  }

.bloque-redondeado-log {
  width: 900px;
  height: 70px;
  background: linear-gradient(#18191D, #282E33);
  color: white;
  align: center;
  vertical-align: center;
  border: 1px solid white;
  border-radius: 10px; /* Define el radio de las esquinas */
  padding: 5px; /* Agrega espacio interno para el texto */
  font-family: "Verdana", "Lucida Console", Monaco;
  }

.bloque-redondeado-log-encabezado {
  width: 900px;
  height: 40px;
  background-color: tomato;
  background: linear-gradient(tomato, #E095E7);
  color: white;
  align: center;
  vertical-align: center;
  border: 1px solid black;
  border-radius: 10px; /* Define el radio de las esquinas */
  padding: 5px; /* Agrega espacio interno para el texto */
  font-family: "Verdana", "Lucida Console", Monaco;
  }
a {
  color: white;
  text-align: left;
  text-decoration-color: white;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 0px;
  text-decoration: none;
  }
td {
    text-align: left;
    vertical-align: center;
    padding: 5px;
}

div.gallery {
  margin: 5px;
  border: 1px solid white;
  width: 240px;
  height: 400px;
  border-radius: 10px; /* Define el radio de las esquinas */
  padding: 5px; /* Agrega espacio interno para el texto */
/*  background: linear-gradient(#18191D, #282E33);*/
}

div.gallery:hover {
  border: 1px solid slateblue;
  width: 240px;
  height: 400px;
  border-radius: 10px; /* Define el radio de las esquinas */
  padding: 5px; /* Agrega espacio interno para el texto */
/*  background: linear-gradient(#18191D, #282E33);*/
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  color: white;
}


#page {
    margin: 0px auto;
    width: 100%;
}
 
#header {
    position: fixed;
    float: right;
    top: 0;
    width: 100%;
    padding: 5px 5px;
/*    background-color: #736BF6;*/
    font-size: 20px;
    color: #FFFFFF;
    background: linear-gradient(#18191D, #282E33);
}

#content {
    height: 100%;
    overflow: auto;
    padding: 0% 1% 0% 1%;
    width: 98%;
    font-family: "Verdana", "Lucida Console", Monaco;
    color: white;
} 


body{
    background-color: #18191D;
    color: white;
/*    background-image: url("images/maxresdefault.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    background-attachment: fixed; */
/*    background: linear-gradient(darkorchid, thistle);*/
}

/*    <body style="background-image: url('images/logo_transparente.png'); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-color=black;">*/
